home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if nul==nul%1 goto out
- goto k%1
- goto out
- :kscreen
- echo This file works best with DEVICE=ANSI.SYS in your CONFIG.SYS file
- pause
- type macro.asi
- goto bye
- :kprinter
- type macros.prt >prn
- goto bye
- :out
- echo Please specify where you would like this document to output.
- echo If you wish it to go to your screen type "macro screen"
- echo printer type "macro printer"
- echo
- echo
- echo
- echo
- :bye
- echo Thank You